cargo.git
2016-08-07 borsAuto merge of #2967 - frewsxcv:clippy, r=alexcrichton
2016-08-07 borsAuto merge of #2971 - alexcrichton:openssl-init, r...
2016-08-07 Alex CrichtonUpdate OpenSSL-using dependencies
2016-08-06 Corey FarwellCombine duplicate `if` arm blocks.
2016-08-06 Corey FarwellUse `char` when using single character as `Pattern`.
2016-08-06 Corey FarwellRemove unnecessary usages of `format!` macro.
2016-08-05 borsAuto merge of #2962 - alexcrichton:demote-error, r...
2016-08-05 Alex CrichtonDemote duplicate build target error to a warning
2016-08-05 borsAuto merge of #2957 - mattico:patch-1, r=alexcrichton
2016-08-05 borsAuto merge of #2960 - jseyfried:remove_unused_import...
2016-08-04 Jeffrey SeyfriedRemove unused import.
2016-08-04 Matt IckstadtFix typos
2016-08-04 borsAuto merge of #2847 - munyari:build_targets, r=alexcrichton
2016-08-03 Panashe M.... Warn about duplicated build targets
2016-08-02 borsAuto merge of #2946 - alexcrichton:build-script-metadat...
2016-08-02 Alex CrichtonAlways pass `-C metadata` to the compiler
2016-08-01 borsAuto merge of #2857 - alexcrichton:redirect-sources...
2016-08-01 borsAuto merge of #2945 - QuiltOS:openssl, r=alexcrichton
2016-08-01 John EricsonUse openssl on Unix rather than C functions directly...
2016-08-01 Alex CrichtonAdd documentation for source replacement
2016-08-01 borsAuto merge of #2942 - jseyfried:remove_unused_import...
2016-08-01 Jeffrey SeyfriedRemove unused import
2016-08-01 Alex CrichtonAddressing review comments
2016-08-01 Alex CrichtonImplement a directory source
2016-08-01 Alex CrichtonImplement a local registry type
2016-08-01 Alex CrichtonRefactor the RegistrySource implementation
2016-08-01 Alex CrichtonAdd sha256 checksums to the lockfile
2016-08-01 Alex CrichtonImplement source redirection
2016-08-01 Alex CrichtonImprove Debug for PackageId
2016-08-01 Alex CrichtonAdd convenience helpers to map source ids
2016-08-01 Alex CrichtonGet Box<Source> to implement Source
2016-08-01 Alex CrichtonRemove some dead code
2016-08-01 Alex CrichtonRefactor URL parsing, be more robust for decoding errors
2016-08-01 borsAuto merge of #2940 - matklad:ambiguous-deps, r=alexcri...
2016-08-01 Aleksey KladovWarn about unused keys in dependency specification
2016-08-01 borsAuto merge of #2938 - alexcrichton:virtual-in-git,...
2016-08-01 Alex CrichtonFix depending on git repos with workspaces
2016-07-31 borsAuto merge of #2933 - steveklabnik:semver_testing,...
2016-07-31 borsAuto merge of #2934 - jethrogb:patch-2, r=alexcrichton
2016-07-31 jethrogbClarify [replace] section capabilities
2016-07-31 Steve Klabnikregenerate the lockfile
2016-07-30 Steve Klabnikbump to newer semver version
2016-07-29 borsAuto merge of #2921 - jonathandturner:bin_by_default...
2016-07-29 Jonathan TurnerAdd tests for passing both --bin and --lib
2016-07-29 Jonathan TurnerAdd --lib to init/new. Add status message for completed...
2016-07-28 borsAuto merge of #2927 - alexcrichton:fix-nightiles, r...
2016-07-28 Alex CrichtonAdd a sleep to a rebuilding test to fix nightlies
2016-07-27 borsAuto merge of #2924 - luser:error-removing-file, r...
2016-07-27 Ted MielczarekPrint a more useful error message when the target binar...
2016-07-27 borsAuto merge of #2919 - alexcrichton:workspace-rebuild...
2016-07-27 Alex CrichtonAlways build libraries into the same location
2016-07-27 borsAuto merge of #2920 - alexcrichton:wut, r=brson
2016-07-26 Alex CrichtonImprove file open error when packaging crates
2016-07-26 borsAuto merge of #2918 - munyari:man-pages, r=alexcrichton
2016-07-26 Panashe M.... Add man page for pkgid subcommand
2016-07-26 Panashe M.... add man page for rustdoc subcommand
2016-07-26 Panashe M.... add man page for uninstall subcommand
2016-07-26 Panashe M.... add man page for generate-lockfile subcommand
2016-07-26 Panashe M.... add man page for version subcommand
2016-07-26 Panashe M.... add man page for metadata subcommand
2016-07-26 Panashe M.... Add man page for cargo login
2016-07-26 borsAuto merge of #2917 - alexcrichton:cainfo, r=brson
2016-07-25 borsAuto merge of #2909 - jonathandturner:debug_release_at_...
2016-07-25 Jonathan TurnerAdd 'Finished' line after compile finishes with compile...
2016-07-25 Panashe M.... Add rustc man page
2016-07-25 Panashe M.... Add man page for cargo yank
2016-07-25 borsAuto merge of #2915 - matklad:rename-shell, r=alexcrichton
2016-07-25 Panashe M.... Add cargo fetch man page
2016-07-25 borsAuto merge of #2910 - BusyJay:master, r=alexcrichton
2016-07-25 Alex CrichtonAdd `http.cainfo` config for custom certs
2016-07-25 borsAuto merge of #2913 - cuviper:disable-option-checking...
2016-07-25 Aleksey KladovMinor, rename function parameter
2016-07-25 borsAuto merge of #2912 - matklad:move-target-dir, r=alexcr...
2016-07-24 Josh Stoneconfigure: Support --disable-option-checking
2016-07-24 Aleksey KladovFix config loading test
2016-07-24 Aleksey KladovIgnore some config errors during init
2016-07-24 Aleksey KladovRead target config later
2016-07-23 Jay LeeFix python detection
2016-07-23 Aleksey KladovMove `target_dir` to workspace
2016-07-22 borsAuto merge of #2908 - froydnj:spelling-fixes, r=alexcri...
2016-07-23 Nathan Froydfix typos in src/doc/manifest.md
2016-07-22 borsAuto merge of #2907 - alexcrichton:alias-no-override...
2016-07-22 Alex CrichtonDon't allow aliases to override builtin commands
2016-07-21 borsAuto merge of #2900 - matklad:lazy-config, r=alexcrichton
2016-07-20 Aleksey KladovUse LazyCell to implement lazy Config
2016-07-20 Aleksey KladovCoalesce config.rustc and config.rustc_info
2016-07-20 Aleksey KladovMove path to rustc into Rustc struct
2016-07-20 Aleksey KladovScrape tools config lazily
2016-07-19 borsAuto merge of #2811 - alexcrichton:network-is-error...
2016-07-19 borsAuto merge of #2893 - KasMA1990:patch-1, r=alexcrichton
2016-07-19 Kasper Møller... Include reference to Rust code structuring
2016-07-19 Alex CrichtonAdd flags to assert lock/cache behavior to Cargo
2016-07-18 borsAuto merge of #2891 - upsuper:fix-search-path, r=alexcr...
2016-07-18 Xidorn QuanSearch dylib path from cargo before system
2016-07-18 borsAuto merge of #2849 - wezm:publish_dry_run, r=alexcrichton
2016-07-18 borsAuto merge of #2889 - bennofs:fix-cargo-rustc-help...
2016-07-17 Wesley MooreAdd --dry-run option to publish sub-command
2016-07-17 Benno Fünfstückfix help for cargo rustc -p
2016-07-17 borsAuto merge of #2887 - wuranbo:doc-explain-doublebracket...
2016-07-17 吴冉波doc: manifest.md add explain about double-bracket
next